]> git.saurik.com Git - wxWidgets.git/blame - samples/ipc/Makefile.in
Make wxIcon more independent from wxBitmap implementation.
[wxWidgets.git] / samples / ipc / Makefile.in
CommitLineData
954e4e98
GRG
1#
2# File: Makefile.in
3# Author: Julian Smart
4# Created: 1998
5# Updated:
6# Copyright: (c) 1998 Julian Smart
7#
8# "%W% %G%"
9#
10# Makefile for ipc example (UNIX).
11
48fe8374 12top_srcdir = @top_srcdir@/..
954e4e98
GRG
13top_builddir = ../..
14program_dir = samples/ipc
954e4e98 15
846e4632
GD
16OBJECTS =$(PROGRAM).o
17DEPFILES=$(PROGRAM).d
954e4e98 18
846e4632
GD
19# this target can't be called all
20all-both:
21 $(MAKE) PROGRAM=client all
22 $(MAKE) PROGRAM=server all
954e4e98 23
846e4632
GD
24# this target can't be called clean
25clean-both:
26 $(MAKE) PROGRAM=client clean
27 $(MAKE) PROGRAM=server clean
954e4e98 28
846e4632 29include ../../src/makeprog.env
954e4e98 30
27fd0246 31@IF_GNU_MAKE@-include $(DEPFILES)