File: Imakefile.cln

package info (click to toggle)
xflip 1.01-28
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 184 kB
  • sloc: ansic: 895; makefile: 11
file content (12 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
LOCAL_LIBRARIES = $(XLIB)

OBJS1 = meltdown.o
OBJS2 = flip.o

PROGRAMS = meltdown flip

AllTarget($(PROGRAMS))

NormalProgramTarget(meltdown, $(OBJS1), , , $(LOCAL_LIBRARIES))
NormalProgramTarget(flip, $(OBJS2), , , $(LOCAL_LIBRARIES))