
CPPFILES = aboutdialog.cpp
TARGET   =

include ../makeinclude

all: aboutdialog.o

install:

uninstall:

clean:
	$(RM) *.o

