File: Imakefile

package info (click to toggle)
mgdiff 1.0%2Bdebian1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 416 kB
  • sloc: ansic: 3,796; makefile: 1,252; awk: 477; sh: 303
file content (20 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef XCOMM
#define XCOMM #
#endif

XCOMM Imakefile,v 2.0 1994/05/19 02:01:00 dan Exp

XMLIB = -lXm
XCOMM
XCOMM for Dell SVR4
XCOMM
#EXTRA_LIBRARIES = -lc -lucb
EXTRA_DEFINES = -Wall -Wstrict-prototypes -Wmissing-prototypes

SRCS = mgdiff.c rundiff.c misc.c files.c spawn.c manual.c modal.c legend.c
OBJS = mgdiff.o rundiff.o misc.o files.o spawn.o manual.o modal.o legend.o

LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XMULIBONLY) $(XLIB)

ComplexProgramTarget(mgdiff)
InstallAppDefaults(Mgdiff)