Imakefile 365 B

1234567891011121314151617181920212223
  1. XCOMM $XConsortium: Imakefile /main/3 1995/10/27 16:19:32 rswiston $
  2. INSTALLFLAGS = $(INSTINCFLAGS)
  3. LINTLIBS =
  4. DEFINES = -DTAC3
  5. SRCS = get_level.c validate.c debug.c
  6. OBJS = get_level.o validate.o debug.o
  7. all::
  8. NormalLibraryObjectRule()
  9. NormalLibraryTarget(bls,$(OBJS))
  10. LintLibraryTarget(bls,$(SRCS))
  11. DependTarget()
  12. NormalLintTarget($(SRCS))