SCM Repository
View of /trunk/sml3d/src/openal/Makefile.in
Parent Directory
|
Revision Log
Revision 1044 -
(download)
(annotate)
Fri Jan 21 03:10:04 2011 UTC (8 years, 10 months ago) by jhr
File size: 654 byte(s)
Fri Jan 21 03:10:04 2011 UTC (8 years, 10 months ago) by jhr
File size: 654 byte(s)
Configuration fixes for recent versions of libpng
# Makefile for openal glue code # # COPYRIGHT (c) 2010 John Reppy (http://www.cs.uchicago.edu/~jhr) # All rights reserved. # # @configure_input@ # SHELL = /bin/sh OS = $(shell uname -s) CC = @CC@ CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ MLTON = @MLTON@ TARGET = openal-glue.o OBJS = loader.o codec.o .PHONY: typecheck typecheck: $(MLTON) $(MLTONFLAGS) -stop tc openal.mlb .PHONY: config config: $(TARGET) mv $(TARGET) @LIB_DIR@ $(TARGET): $(OBJS) $(LD) -r -o $(TARGET) $(OBJS) loader.o: loader.c openal-glue.h codec.o: codec.c openal-glue.h .PHONY: clean distclean clean: rm -rf $(TARGET) $(OBJS) distclean: clean rm -rf Makefile
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |