]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/Makefile
no TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced by TGI_ERR_NO_RES
[cc65] / libsrc / cbm / Makefile
index 34760cc246bb58cd18435d4fd3753d0443378a92..3daa254aff4702844bf53e47173930d1a2c76bec 100644 (file)
@@ -4,6 +4,18 @@
 
 .SUFFIXES: .o .s .c
 
+#--------------------------------------------------------------------------
+# Programs and flags
+
+SYS    = none
+
+AS     = ../../src/ca65/ca65
+CC     = ../../src/cc65/cc65
+LD     = ../../src/ld65/ld65
+
+AFLAGS = -t $(SYS) -I../../asminc
+CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
+
 #--------------------------------------------------------------------------
 # Rules
 
@@ -17,7 +29,7 @@
 #--------------------------------------------------------------------------
 # Object files
 
-C_OBJS =       cbm_dir.o       \
+C_OBJS =               cbm_dir.o       \
                 cbm_load.o     \
                cbm_save.o
 
@@ -55,10 +67,10 @@ S_OBJS =    c_acptr.o       \
                 filedes.o       \
                 filename.o      \
                 filevars.o      \
-               getenv.o        \
                gotox.o         \
                gotoxy.o        \
                gotoy.o         \
+                initcwd.o       \
                 open.o          \
                 oserrlist.o     \
                oserror.o       \
@@ -66,7 +78,8 @@ S_OBJS =      c_acptr.o       \
                 rwcommon.o      \
                 scratch.o       \
                 sysremove.o     \
-                systime.o       \
+                sysrename.o     \
+                toascii.o       \
                wherex.o        \
                 wherey.o        \
                 write.o