# # File: Makefile.in # Author: Julian Smart # Created: 1998 # Updated: # Copyright: (c) 1998 Julian Smart # # "%W% %G%" # # Makefile for wxsocket example (UNIX). top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/sockets OBJECTS =$(PROGRAM).o DEPFILES=$(PROGRAM).d # this target can't be called all all-both: $(MAKE) PROGRAM=client all $(MAKE) PROGRAM=server all # this target can't be called clean clean-both: $(MAKE) PROGRAM=client clean $(MAKE) PROGRAM=server clean include ../../src/makeprog.env @IF_GNU_MAKE@-include $(DEPFILES)