SCM Repository
Annotation of /examples/iso2d-demo/Makefile.in
Parent Directory
|
Revision Log
Revision 1913 - (view) (download)
1 : | jhr | 1880 | # Makefile for iso2d animation demo |
2 : | # | ||
3 : | # COPYRIGHT (c) 2012 The Diderot Project | ||
4 : | # All rights reserved. | ||
5 : | # | ||
6 : | |||
7 : | SHELL = /bin/sh | ||
8 : | |||
9 : | jhr | 1881 | CC = @CC@ |
10 : | jhr | 1884 | CPPFLAGS = -I../util @CPPFLAGS@ @TEEM_CPPFLAGS@ @ATB_CPPFLAGS@ @GLFW_CFLAGS@ |
11 : | jhr | 1881 | CFLAGS = @CFLAGS@ -O3 |
12 : | jhr | 1884 | LDFLAGS = @LDPATHS@ @TEEM_LDFLAGS@ @ATB_LDFLAGS@ @GLFW_LIBS@ -lpng |
13 : | jhr | 1880 | |
14 : | jhr | 1881 | DIDEROTC = @DIDEROTC@ |
15 : | jhr | 1913 | DIDEROTC_FLAGS = --snapshot --namespace=ISO --target=c |
16 : | jhr | 1880 | |
17 : | jhr | 1884 | UTIL_SRCS = ../util/util.c ../util/load-png.c |
18 : | jhr | 1880 | |
19 : | jhr | 1884 | iso2d: main.c iso2d.o $(UTIL_SRCS) |
20 : | $(CC) -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) main.c iso2d.o $(UTIL_SRCS) | ||
21 : | |||
22 : | jhr | 1880 | iso2d.o: iso2d.diderot |
23 : | $(DIDEROTC) $(DIDEROTC_FLAGS) iso2d.diderot | ||
24 : | |||
25 : | clean: | ||
26 : | rm -rf iso2d iso2d.o iso2d.c iso2d.h |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |