]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/system/Makefile
Replaced whole bunch for Makefiles with a single generic Makefile.
[cc65] / libsrc / geos-common / system / Makefile
diff --git a/libsrc/geos-common/system/Makefile b/libsrc/geos-common/system/Makefile
deleted file mode 100644 (file)
index d4aa0fd..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# makefile for CC65 runtime library
-#
-
-#--------------------------------------------------------------------------
-# Object files
-
-C_OBJS +=      systime.o
-
-S_OBJS  +=      callroutine.o          \
-               crt0.o                  \
-               ctype.o                 \
-               enterdesktop.o          \
-               extzp.o                 \
-               firstinit.o             \
-               getrandom.o             \
-               mainargs.o              \
-               mainloop.o              \
-               oserrlist.o             \
-               oserror.o               \
-               panic.o                 \
-               randomize.o             \
-               setoserror.o            \
-               sysuname.o