File: Imakefile

package info (click to toggle)
9menu 1.11-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: ansic: 2,495; makefile: 531; sh: 23
file content (8 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
       INCLUDES = -I$(TOP)
        DEPLIBS = $(DEPXLIBONLY)
LOCAL_LIBRARIES = $(XLIBONLY)
        DEFINES = -DSHAPE #-DDEBUG -DDEBUG_EV
           SRCS = 9menu.c
           OBJS = 9menu.o

ComplexProgramTarget(9menu)