You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegames/q15/Makefile.bsd

20 lines
340 B

# $Id: Makefile.FreeBSD,v 0.1 2004/08/21 12:11:49 denis Exp $
PROG= q15
BINDIR= /bin
NOMAN= noman
SRCS= main.cpp mainwindow.cpp gameboard.cpp
MOCS= mainwindow.h gameboard.h
CXXFLAGS+= -W -Wall -Werror -I${X11BASE}/include
LDADD+= -L${X11BASE}/lib
run: all
${PROG}
gdb: all
gdb ${PROG}
.include "qt.FreeBSD.mk"
.include <bsd.prog.mk>