File: config.linux

package info (click to toggle)
cce 0.36-1.1
  • links: PTS
  • area: main
  • in suites: potato, woody
  • size: 4,168 kB
  • ctags: 1,407
  • sloc: ansic: 15,193; makefile: 83; sh: 23
file content (20 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
INCDIR  = ../include
TOPDIR  = $(DESTDIR)
BINDIR  = $(TOPDIR)/usr/bin
LIBDIR  = $(TOPDIR)/usr/lib/cce
LIBDIR0 = /usr/lib/cce
MANDIR  = $(TOPDIR)/usr/share/man/man1
FONTDIR = $(TOPDIR)/usr/lib/cce
CCECFG  = cce.cfg

OPTS    = -DHAS_MOUSE -DCONFIG_NAME=\"/etc/$(CCECFG)\" -I$(INCDIR) \
          -DCCELIB=\"$(LIBDIR0)\" 
#OPTS    = -DHAS_MOUSE -D__Use_lrmi__ -DCONFIG_NAME=\"/etc/$(CCECFG)\" -I$(INCDIR) \
#          -DCCELIB=\"$(LIBDIR0)\" 
CFLAGS  = -O2 -g -W $(OPTS) 
LD      = gcc $(CFLAGS) 
RM      = rm -f
INSTALL = install -c

GROUP = root