## Process this file with automake to produce Makefile.in

## Created by Anjuta - will be overwritten
## If you don't want it to overwrite it,
## 	Please disable it in the Anjuta project configuration

INCLUDES =\
	 -I/usr/X11R6/include

CXXFLAGS =\
	 -D_WIN_GNOME_SUPPORT -DDEBUG\
	 -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes\
	 -g

bin_PROGRAMS = novawm

novawm_SOURCES = \
	main.cpp\
	events.cpp\
	menu.cpp\
	novawm.h\
	winmgr.cpp\
	bar.cpp\
	icon_close.xpm\
	icon_hide.xpm\
	icon_stretch.xpm\
	cfg_parse.cpp

novawm_LDFLAGS = \
	 -L/usr/X11R6/lib

novawm_LDADD = \
	 -lX11 -lXpm -lstdc++



syntax highlighted by Code2HTML, v. 0.9.1