1998-02-23 19:55:07 +00:00
|
|
|
--- Makefile.orig Fri Jan 24 09:16:39 1997
|
|
|
|
+++ Makefile Mon Feb 23 12:35:50 1998
|
|
|
|
@@ -2,8 +2,8 @@
|
|
|
|
CC=gcc
|
|
|
|
CXX=g++
|
|
|
|
CFLAGS=
|
|
|
|
-INCLUDES=-I$(QTDIR)/include
|
|
|
|
-LDFLAGS=-L$(QTDIR)/lib -lqt
|
|
|
|
+INCLUDES=-I/usr/X11R6/include/X11/qt
|
|
|
|
+LDFLAGS=-L/usr/X11R6/lib -lqt
|
1998-04-22 22:55:29 +00:00
|
|
|
VERSION=1.1
|
1998-02-23 19:55:07 +00:00
|
|
|
|
|
|
|
# For systems that don't have install, use this
|
|
|
|
@@ -24,12 +24,14 @@
|
|
|
|
user_input.o dollar_scroll_bar.o bet_option.o table_option.o \
|
|
|
|
insurance_window.o $(METAOBJS)
|
|
|
|
|
|
|
|
-MOC=$(QTDIR)/bin/moc
|
|
|
|
+MOC=/usr/X11R6/bin/moc
|
|
|
|
|
|
|
|
.SUFFIXES: .cpp
|
|
|
|
|
|
|
|
.cpp.o:
|
|
|
|
$(CXX) -c $(CFLAGS) $(INCLUDES) $<
|
|
|
|
+
|
|
|
|
+all: blackjack
|
|
|
|
|
|
|
|
blackjack: main.o $(OBJS)
|
|
|
|
$(CXX) -o $@ $(LDFLAGS) main.o $(OBJS)
|