• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/isosurf/
1# =========================================================================
2#     This makefile was generated by
3#     Bakefile 0.2.9 (http://www.bakefile.org)
4#     Do not modify, all changes will be overwritten!
5# =========================================================================
6
7include ../../../build/msw/config.dmc
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
15OBJS = dmc_mswd$(CFG)
16
17### Targets: ###
18
19all : data
20
21clean : 
22	-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
23	-if exist $(OBJS)\*.res del $(OBJS)\*.res
24	-if exist $(OBJS)\*.sym del $(OBJS)\*.sym
25
26data : 
27	if not exist $(OBJS) mkdir $(OBJS)
28	for %f in (isosurf.dat.gz) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
29
30