[go: up one dir, main page]

File: Imakefile

package info (click to toggle)
lincity 1.11-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,460 kB
  • ctags: 2,642
  • sloc: cpp: 24,598; makefile: 246; sh: 15; perl: 10
file content (18 lines) | stat: -rwxr-xr-x 654 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#      This is the Imakefile for LinCity.
#
#      DO NOT run imake on this file - it will not work.
#      =================================================

#      It needs to be called from the top level Makefile
#      where variables are set. Use - make xlincity

LOCAL_LIBRARIES = $(XLIB)
        DEPLIBS = $(DEPXLIB)
  SYS_LIBRARIES = -lm

           SRCS = main.cxx mouse.cxx screen.cxx mps.cxx typeinit.cxx\
                  engine.cxx transport.cxx market.cxx help.cxx lcx11.cxx
           OBJS = xmain.o xmouse.o xscreen.o xmps.o xtypeinit.o\
                  xengine.o xtransport.o xmarket.o xhelp.o lcx11.o

ComplexProgramTarget(xlincity)