head	1.5;
access;
symbols;
locks
	uhl:1.5; strict;
comment	@# @;


1.5
date	94.08.20.21.06.28;	author tul;	state Exp;
branches;
next	1.4;

1.4
date	93.05.17.12.23.03;	author tul;	state Exp;
branches;
next	1.3;

1.3
date	93.05.04.21.34.38;	author tul;	state Exp;
branches;
next	1.2;

1.2
date	93.04.19.12.53.59;	author tul;	state Exp;
branches;
next	1.1;

1.1
date	93.04.17.16.15.12;	author tul;	state Exp;
branches;
next	;


desc
@Makefile
@


1.5
log
@*** empty log message ***
@
text
@#
#       @@(#)Makefile.customer 1.6 90/06/19 
#
#	Makefile for the panels example programs for XView programmers
#

INCLUDE 	= -I${OPENWINHOME}/include

#
# If you want to compile for debugging, change "-O" to "-g"
#

#CFLAGS		= ${INCLUDE} -g -DDEBUG -DDONT_MOUNT
#CFLAGS		= ${INCLUDE} -g -DDEBUG 
CFLAGS		= ${INCLUDE} -O2
LDFLAGS         = #-static

XVIEW_LIBS 	= -L${OPENWINHOME}/lib -lxview -lolgx -lX11

OBJS	   	=  xvmount.o 

all:  xvmount strip
debug: xvmount

xvmount: $(OBJS)
	$(CC) -o $@@ $(OBJS) $(LDFLAGS) $(XVIEW_LIBS)

strip: xvmount
	strip xvmount

clean:
	rm -f core $(OBJS) xvmount
@


1.4
log
@*** empty log message ***
@
text
@d16 1
a17 1

d26 1
a26 1
	$(CC) -o $@@ $(OBJS) $(XVIEW_LIBS)
@


1.3
log
@*** empty log message ***
@
text
@d13 1
a13 1
CFLAGS		= ${INCLUDE} -g -DDEBUG -DDONTMOUNT
d15 1
a15 1
#CFLAGS		= ${INCLUDE} -O2
d23 1
d28 1
a28 1
strip:
@


1.2
log
@*** empty log message ***
@
text
@d13 1
a13 1
#CFLAGS		= ${INCLUDE} -g -DDEBUG -DDONTMOUNT
d15 1
a15 1
CFLAGS		= ${INCLUDE} -O2
a16 3
# if you want special to pass special loader options to ld, set
# LDFLAGS= ...
#
d20 1
a20 1
OBJS	   	=  xvmount 
d22 1
a22 1
all:  $(OBJS) #strip
d24 2
a25 2
xvmount: xvmount.o
	$(CC) -o $@@ $< $(XVIEW_LIBS)
d28 1
a28 1
	strip $(OBJS)
d31 1
a31 1
	rm -f core ${OBJS} *.o
@


1.1
log
@Initial revision
@
text
@d13 2
a14 1
#CFLAGS		= ${INCLUDE} -g -DDEBUG #-O2
@
