aboutsummaryrefslogtreecommitdiff
path: root/pkg/tbtables/cfitsio/makefile.os2
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /pkg/tbtables/cfitsio/makefile.os2
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/tbtables/cfitsio/makefile.os2')
-rw-r--r--pkg/tbtables/cfitsio/makefile.os222
1 files changed, 22 insertions, 0 deletions
diff --git a/pkg/tbtables/cfitsio/makefile.os2 b/pkg/tbtables/cfitsio/makefile.os2
new file mode 100644
index 00000000..0d795542
--- /dev/null
+++ b/pkg/tbtables/cfitsio/makefile.os2
@@ -0,0 +1,22 @@
+#
+# To be use with OS/2 and GCC/EMX Compiler.
+# Submitted by Andrea Di Paola (dipaola@coma.mporzio.astro.it)
+# June 1997
+#
+# Makefile for cfitsio library:
+# libcfits.a
+#
+
+CFLAGS= -m486 -O3 -c
+CC=gcc
+
+OBJECTS = buffers.o cfileio.o checksum.o compress.o f77_wrap.o drvrfile.o fitscore.o \
+ getcol.o getcolb.o getcold.o getcole.o getcoli.o getcolj.o \
+ getcolk.o getcoll.o getcols.o getcolui.o getcoluj.o editcol.o \
+ edithdu.o getkey.o modkey.o putcol.o putcolb.o putcold.o putcole.o \
+ putcoli.o putcolj.o putcolk.o putcoll.o putcols.o putcolui.o \
+ putcoluj.o putcolu.o putkey.o scalnull.o swapproc.o wcsutil.o \
+ imcompress.o quantize.o ricecomp.o pliocomp.o
+
+libcfitsio.a: $(OBJECTS)
+ ar rv libcfitsio.a $(OBJECTS)