home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.4front-tech.com
/
ftp.4front-tech.com.tar
/
ftp.4front-tech.com
/
ossfree
/
snd-util-3.8.tar.gz
/
snd-util-3.8.tar
/
sndkit
/
xvmixer
/
Makefile
< prev
next >
Wrap
Makefile
|
1996-01-28
|
340b
|
20 lines
#CC = gcc
CC = cc
#LD = gcc
LD = cc
CFLAGS = -pipe -O2 -DUSE_XBM_ICON
#LDFLAGS =
LIBRARIES= -L/usr/X11R6/lib -L/usr/openwin/lib -lxview -lolgx -lX11
#.c.o: $(CC) -c $(CFLAGS) $@
all: xvmixer
xvmixer: xvmixer.o
$(LD) $(LDFLAGS) -o $@ xvmixer.o $(LIBRARIES)
xvmixer.o: locked.bit unlocked.bit rec.bit
clean:
rm -f *.o xvmixer core