]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/file/Makefile
Replaced whole bunch for Makefiles with a single generic Makefile.
[cc65] / libsrc / geos-common / file / Makefile
diff --git a/libsrc/geos-common/file/Makefile b/libsrc/geos-common/file/Makefile
deleted file mode 100644 (file)
index 8872c7e..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# makefile for CC65 runtime library
-#
-
-#--------------------------------------------------------------------------
-# Object files
-
-S_OBJS +=      appendrecord.o          \
-               closerecordfile.o       \
-               deletefile.o            \
-               deleterecord.o          \
-               findfile.o              \
-               findftypes.o            \
-               freefile.o              \
-               get1stdirentry.o        \
-               getfhdrinfo.o           \
-               getfile.o               \
-               getnxtdirentry.o        \
-               insertrecord.o          \
-               nextrecord.o            \
-               openrecordfile.o        \
-               pointrecord.o           \
-               previousrecord.o        \
-               readbyte.o              \
-               readfile.o              \
-               readrecord.o            \
-               renamefile.o            \
-               savefile.o              \
-               sysremove.o             \
-               sysrename.o             \
-               updaterecordfile.o      \
-               writerecord.o
\ No newline at end of file