wxWidgets/samples/sockets/Makefile.in

28 lines
434 B
Makefile
Raw Normal View History

#
# 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
# PROGRAM=minimal
OBJECTS =$(PROGRAM).o
DEPFILES=$(PROGRAM).d
# this can't be called all
dummy:
$(MAKE) PROGRAM=client all
$(MAKE) PROGRAM=server all
include ../../src/makeprog.env