]> code.citadel.org Git - citadel.git/blob - daphne/makefile.g95
warning fixes on sparc-sun-solaris2.8 with gcc 3.0.4, mostly for *printf
[citadel.git] / daphne / makefile.g95
1 # Makefile for Daphne on wxWindows/MSW built with Cygwin
2 # $Id$
3
4 TARGET          = daphne
5
6 MY_OBJECTS      = citclient.o enter.o express_message.o main.o message.o \
7                 prefs.o roomtree.o roomview.o selectuser.o send_express.o \
8                 servprops.o testwindow.o userlogin.o hosts.o \
9                 utils.o who.o
10
11 OBJECTS         = $(MY_OBJECTS)
12
13 WXDIR = /wx2
14 include $(WXDIR)/src/makeprog.g95