]> git.sur5r.net Git - cc65/blobdiff - src/ld65/make/gcc.mak
Removed unneeded include files.
[cc65] / src / ld65 / make / gcc.mak
index 292bd1e8b3558e3ca8d75647e787c01f3aa87bd8..4baf8708a9a077407e6833950ff2634dbad0ee5b 100644 (file)
@@ -36,7 +36,6 @@ OBJS =        asserts.o       \
        condes.o        \
        config.o        \
        dbgfile.o       \
-       dbginfo.o       \
        dbgsyms.o       \
        error.o         \
        exports.o       \
@@ -56,9 +55,12 @@ OBJS =       asserts.o       \
        objdata.o       \
        objfile.o       \
        scanner.o       \
+        scopes.o        \
        segments.o      \
+        span.o          \
        spool.o         \
-       tgtcfg.o
+       tgtcfg.o        \
+        tpool.o
 
 # -----------------------------------------------------------------------------
 # List of all config includes
@@ -73,7 +75,8 @@ INCS =        apple2.inc      \
        c64.inc         \
        cbm510.inc      \
        cbm610.inc      \
-       geos.inc        \
+       geos-apple.inc  \
+       geos-cbm.inc    \
        lunix.inc       \
        lynx.inc        \
        module.inc      \
@@ -153,8 +156,11 @@ cbm510.inc:        cfg/cbm510.cfg
 cbm610.inc:    cfg/cbm610.cfg
        @$(CVT) $< $@ CfgCBM610
 
-geos.inc:      cfg/geos.cfg
-       @$(CVT) $< $@ CfgGeos
+geos-apple.inc:        cfg/geos-apple.cfg
+       @$(CVT) $< $@ CfgGeosApple
+
+geos-cbm.inc:  cfg/geos-cbm.cfg
+       @$(CVT) $< $@ CfgGeosCBM
 
 lunix.inc:     cfg/lunix.cfg
        @$(CVT) $< $@ CfgLunix