File: Imakefile

package info (click to toggle)
xmille 2.0-5
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,152 kB
  • ctags: 1,730
  • sloc: ansic: 4,347; makefile: 1,464; sh: 2
file content (9 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#
#  Imakefile for control library
#
OBJS =	button.o scrollbar.o init.o affirm.o dispatch.o prompted.o

SRCS =	button.c scrollbar.c init.c affirm.c dispatch.c prompted.c

NormalLibraryObjectRule()
NormalLibraryTarget(control,$(OBJS))