Imakefile 643 B

123456789101112131415161718192021
  1. /* $XConsortium: Imakefile /main/3 1996/04/21 19:12:55 drk $
  2. *
  3. * (c) Copyright 1996 Digital Equipment Corporation.
  4. * (c) Copyright 1996 Hewlett-Packard Company.
  5. * (c) Copyright 1996 International Business Machines Corp.
  6. * (c) Copyright 1995,1996 Sun Microsystems, Inc.
  7. * (c) Copyright 1996 Novell, Inc.
  8. * (c) Copyright 1996 FUJITSU LIMITED.
  9. * (c) Copyright 1996 Hitachi.
  10. */
  11. #define IHaveSubdirs
  12. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  13. SUBDIRS = libpam pam_modules
  14. LINTSUBDIRS = libpam pam_modules
  15. MakeSubdirs($(SUBDIRS))
  16. DependSubdirs($(SUBDIRS))
  17. MakeLintLibSubdirs($(LINTLIBSUBDIRS))
  18. LintSubdirs($(LINTSUBDIRS))