home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bricon20.zip / bricons / Imakefile < prev    next >
Makefile  |  1992-07-30  |  567b  |  38 lines

  1. /**/# static char* sccs_imake = "%W%%G%";
  2. /**/# Imakefile,v 1 25 June 1991
  3. /**/#
  4. /**/# MTI: Build srcs
  5. /**/#
  6. /**/# #include "/s/bri/Xstuff/Xukc.tmpl"
  7. /**/# #define PassCDebugFlags
  8.  
  9.         DEPLIBS = XawClientDepLibs
  10. LOCAL_LIBRARIES = XawClientLibs
  11.  
  12. SRCS =  main.c \
  13.     action.c \
  14.     buttons.c \
  15.     gen.c \
  16.     parser.c \
  17.     gen.h \
  18.     trans.h \
  19.     widgets.h
  20.  
  21. OBJS =  main.o \
  22.     buttons.o \
  23.     action.o \
  24.     parser.o \
  25.     gen.o 
  26.  
  27.  
  28. TARGET = bricons 
  29. INSTALLBIN = /s/bri/bin/mbins/$Mbin
  30.  
  31. .DEFAULT:
  32.     sccs get $<
  33.     $(MV) $(<F) $(<D) 2> /dev/null
  34.  
  35. ComplexProgramTarget($(TARGET))
  36.  
  37. DependTarget()
  38.