home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-08-03 | 511 b | 34 lines |
- /**/# static char* sccs_imake = "%W%%G%";
- /**/# Imakefile,v 1 25 June 1991
- /**/#
- /**/# MTI: Build srcs
- /**/#
- /**/# #include "/s/bri/Xstuff/Xukc.tmpl"
- /**/# #define PassCDebugFlags
-
- DEPLIBS = XawClientDepLibs
- LOCAL_LIBRARIES = XawClientLibs
-
- SRCS = main.c \
- action.c \
- buttons.c \
- gen.c \
- parser.c \
- gen.h \
- trans.h \
- widgets.h
-
- OBJS = main.o \
- buttons.o \
- action.o \
- parser.o \
- gen.o
-
-
- TARGET = bricons
- INSTALLBIN = /s/bri/bin/mbins/$Mbin
-
- ComplexProgramTarget($(TARGET))
-
- DependTarget()
-