Imakefile 436 B

1234567891011121314151617181920
  1. XCOMM $XConsortium: Imakefile /main/4 1995/10/27 08:47:01 rswiston $
  2. #ifdef SunArchitecture
  3. .NO_PARALLEL:
  4. #endif
  5. #define IHaveSubdirs
  6. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  7. #if BUILD_UNITY_1_ONLY
  8. SUBDIRS=wml uil xmbind
  9. #else
  10. SUBDIRS = wml mwm xmbind
  11. #endif
  12. /* Force a top path that works for external Motif subdirectories. */
  13. TOP = ../../cde/.
  14. MakeSubdirs($(SUBDIRS))
  15. DependSubdirs($(SUBDIRS))
  16. LintSubdirs($(SUBDIRS))