1 # Purpose: makefile for ipc example (Unix)
3 # hand hacked from template file by Ron <ron@debian.org>
5 CXX = $(shell wx-config --cxx)
7 PROGRAMS = client server
14 $(CXX) -c `wx-config --cxxflags` -o $@ $<
19 $(CXX) -o $@ $< `wx-config --libs`
22 $(CXX) -o $@ $< `wx-config --libs`