home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-05-09 | 338 b | 19 lines |
- # @(#)Imakefile 12.1 95/05/09 SCOINC
- # Imakefile - xlock
- #
- TARGETS = xpt
-
- SRCS = xpt.c init.c Xprogs.c table.c
-
- OBJS = xpt.o init.o Xprogs.o table.o
-
- LCL_LIB = XawClientLibs
- DEPLIBS = XawClientDepLibs
- SYS_LIBRARIES = -lm
-
- AllTarget($(TARGETS))
-
- NormalProgramTarget($(TARGETS), $(OBJS), $(DEPLIBS), $(LCL_LIB), $(SYS_LIB))
-
- DependTarget()
-