File: Imakefile

package info (click to toggle)
floatbg 1.0-29
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: ansic: 1,026; makefile: 20
file content (8 lines) | stat: -rw-r--r-- 210 bytes parent folder | download
1
2
3
4
5
6
7
8
  LOCAL_LIBRARIES = $(XLIB) -lm
             SRCS = floatbg.c
             OBJS = floatbg.o
SYSLAST_LIBRARIES = -lm
    EXTRA_DEFINES = $(CPPFLAGS)
 EXTRA_LOAD_FLAGS = $(LDFLAGS)

ComplexProgramTarget(floatbg)