[go: up one dir, main page]

File: XPImakefile

package info (click to toggle)
lincity 1.11-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,488 kB
  • ctags: 2,641
  • sloc: cpp: 24,598; makefile: 245; sh: 32; perl: 10
file content (15 lines) | stat: -rwxr-xr-x 442 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#      This is the Imakefile for picedit. Part of 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 xpicedit

#IMAKE_DEFINES= -DManSuffix=6

DEFINES = -X11R4
DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB)

SingleProgramTarget(xpicedit,xpicedit.o,$(DEPXLIB),$(XLIB))