]> git.pld-linux.org Git - packages/psplot.git/commitdiff
5833b88822d9d581219071dce4d787e3 psplot-Makefile
authorRoman Werpachowski <roman.werpachowski@gmail.com>
Sat, 11 Aug 2001 11:53:04 +0000 (11:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    psplot-Makefile -> 1.1

psplot-Makefile [new file with mode: 0644]

diff --git a/psplot-Makefile b/psplot-Makefile
new file mode 100644 (file)
index 0000000..ceadbd5
--- /dev/null
@@ -0,0 +1,15 @@
+F77=g77
+AR=ar
+RANLIB=ranlib
+
+all:   libpsplot.so libpsplot.a
+
+psplot.o: psplot.txt
+       ${F77} -x f77 psplot.txt -c ${CFLAGS}
+
+libpsplot.so: psplot.o
+       ${F77} --shared psplot.o ${CFLAGS} -o libpsplot.so
+
+libpsplot.a: psplot.o
+       ${AR} r libpsplot.a psplot.o
+       ${RANLIB} libpsplot.a
This page took 0.045502 seconds and 4 git commands to generate.