# # 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.o SimpleProgramTarget(xautolock)