[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / utils / hp2ps / Jmakefile
1 SRCS_C =                \
2         AuxFile.c       \
3         Axes.c          \
4         AreaBelow.c     \
5         Curves.c        \
6         Deviation.c     \
7         Dimensions.c    \
8         Error.c         \
9         HpFile.c        \
10         Key.c           \
11         Main.c          \
12         Marks.c         \
13         TopTwenty.c     \
14         TraceElement.c  \
15         PsFile.c        \
16         Reorder.c       \
17         Scale.c         \
18         Shade.c         \
19         Utilities.c
20
21 OBJS_C =                \
22         AuxFile.o       \
23         Axes.o          \
24         AreaBelow.o     \
25         Curves.o        \
26         Deviation.o     \
27         Dimensions.o    \
28         Error.o         \
29         HpFile.o        \
30         Key.o           \
31         Main.o          \
32         Marks.o         \
33         TopTwenty.o     \
34         TraceElement.o  \
35         PsFile.o        \
36         Reorder.o       \
37         Scale.o         \
38         Shade.o         \
39         Utilities.o
40
41 SuffixRule_c_o()
42
43 BuildPgmFromCFiles(hp2ps,$(OBJS_C),-lm,)
44
45 #if DoInstallGHCSystem == YES
46 MakeDirectories(install, $(INSTBINDIR_GHC))
47 InstallBinaryTarget(hp2ps,$(INSTBINDIR_GHC))
48 #endif /* DoInstall... */
49
50 CDependTarget( $(SRCS_C) )