home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume18 / bricons-1.0 / part01 / Imakefile < prev    next >
Encoding:
Makefile  |  1992-08-03  |  511 b   |  34 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. ComplexProgramTarget($(TARGET))
  32.  
  33. DependTarget()
  34.