/[gxemul]/upstream/0.4.4/src/include/Makefile.skel
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /upstream/0.4.4/src/include/Makefile.skel

Parent Directory Parent Directory | Revision Log Revision Log


Revision 35 - (show annotations)
Mon Oct 8 16:21:26 2007 UTC (16 years, 6 months ago) by dpavlin
File size: 365 byte(s)
0.4.4
1 #
2 # $Id: Makefile.skel,v 1.2 2005/11/17 22:51:02 debug Exp $
3 #
4 # Makefile for GXemul include files
5 #
6
7 all: ppc_spr_strings.h
8
9 ppc_spr_strings.h: make_ppc_spr_strings ppc_spr.h
10 grep '#define.SPR_' ppc_spr.h |cut -d _ -f 2- | ./make_ppc_spr_strings > ppc_spr_strings.h
11
12 clean:
13 rm -f *core ppc_spr_strings.h make_ppc_spr_strings
14
15 clean_all: clean
16 rm -f Makefile
17

  ViewVC Help
Powered by ViewVC 1.1.26