/[gxemul]/upstream/20070918/src/console/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/20070918/src/console/Makefile.skel

Parent Directory Parent Directory | Revision Log Revision Log


Revision 45 - (show annotations)
Mon Oct 8 16:23:07 2007 UTC (16 years, 8 months ago) by dpavlin
File size: 366 byte(s)
20070918
1 #
2 # $Id: Makefile.skel,v 1.1 2007/06/20 14:25:14 debug Exp $
3 #
4 # Makefile for GXemul src/console
5 #
6 # This directory contains code that is related to console and framebuffer
7 # handling.
8 #
9
10 CFLAGS=$(CWARNINGS) $(COPTIM) $(XINCLUDE) $(DINCLUDE)
11
12 OBJS=console.o x11.o
13
14 all: $(OBJS)
15
16 $(OBJS): Makefile
17
18
19 clean:
20 rm -f $(OBJS) *core
21
22 clean_all: clean
23 rm -f Makefile
24

  ViewVC Help
Powered by ViewVC 1.1.26