home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / xautolock / imakefile < prev    next >
Makefile  |  1993-02-17  |  528b  |  1 lines

  1. #7#  Uncomment this if your compiler supports prototypes.##  PROTOTYPES = -DHasPrototypes#ifdef HasVoidSignalReturn%   VOIDSIGNAL = -DHasVoidSignalReturn #endif /* HasVoidSignalReturn */#if SunOSPlatform == YES#)#  Circumvent a bug in the sun4 optimizer#  CDEBUGFLAGS = -g#endif /* SunOSPlatform */+      DEFINES = $(PROTOTYPES) $(VOIDSIGNAL)SYS_LIBRARIES = -lX11         HDRS = patchlevel.h         SRCS = xautolock.c         OBJS = xautolock.oSimpleProgramTarget(xautolock)