File: Imakefile

package info (click to toggle)
swisswatch 0.6-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 152 kB
  • ctags: 318
  • sloc: ansic: 1,510; makefile: 63
file content (17 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifdef ContribRules
ContribRules
#endif
DEFINES = ExtensionDefines
SRCS = swisswatch.c SwissWatch.c Hand.c Mark.c HandOrMark.c TableConvert.c
OBJS = swisswatch.o SwissWatch.o Hand.o Mark.o HandOrMark.o TableConvert.o
DEPLIBS = $(DEPXTOOLLIB) $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XTOOLLIB) $(XMULIB) $(EXTENSIONLIB) $(XLIB)
SYS_LIBRARIES = -lm

ComplexProgramTarget(swisswatch)
#ifdef InstallAppDefaultsLong
InstallAppDefaultsLong(SWatch,SwissWatch)
InstallAppDefaultsLong(SWatch-co,SwissWatch-color)
#else /* hmm, we seem to run under pre-R5 */
InstallAppDefaults(SwissWatch)
#endif