File: Imakefile

package info (click to toggle)
xmix 2.1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: ansic: 1,061; makefile: 225
file content (17 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# xmix Imakefile.
#
#CDEBUGFLAGS=-gstabs
CDEBUGFLAGS=-O
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

SRCS1=	xmix.c
OBJS1=	xmix.o 

PROGRAMS = xmix

all::  $(PROGRAMS)

LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)

NormalProgramTarget(xmix,$(OBJS1),,$(LOCAL_LIBRARIES),)