File: Imakefile

package info (click to toggle)
xbatt 1.2-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 176 kB
  • ctags: 456
  • sloc: ansic: 572; makefile: 492
file content (16 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
VERSION = 1.2

DEFINES = -DUPDATE_INTERVAL=30

LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) -lXpm $(XLIB)
SRCS = xbatt.c
OBJS = xbatt.o

#ifdef FreeBSDArchitecture
INSTALLFLAGS=-c -g operator -m 2755
#endif
#ifdef LinuxArchitecture
INSTALLFLAGS=-c -m 2755
#endif

ComplexProgramTarget(xbatt)