Deleted Added
full compact
Makefile.in (92907) Makefile.in (243933)
1##
2# Makefile.in/Makefile: Directions for building libopie.
3#
4# %%% copyright-cmetz-96
5# This software is Copyright 1996-2001 by Craig Metz, All Rights Reserved.
6# The Inner Net License Version 3 applies to this software.
7# You should have received a copy of the license with this software. If
8# you didn't get a copy, you may request one from <license@inner.net>.

--- 9 unchanged lines hidden (view full) ---

18
19CC=@CC@
20CFLAGS=$(CFL) -I.. -I../libmissing
21TARGET=libopie.a
22
23all: $(TARGET)
24
25$(TARGET): $(OBJS)
1##
2# Makefile.in/Makefile: Directions for building libopie.
3#
4# %%% copyright-cmetz-96
5# This software is Copyright 1996-2001 by Craig Metz, All Rights Reserved.
6# The Inner Net License Version 3 applies to this software.
7# You should have received a copy of the license with this software. If
8# you didn't get a copy, you may request one from <license@inner.net>.

--- 9 unchanged lines hidden (view full) ---

18
19CC=@CC@
20CFLAGS=$(CFL) -I.. -I../libmissing
21TARGET=libopie.a
22
23all: $(TARGET)
24
25$(TARGET): $(OBJS)
26 ar cr $(TARGET) $(OBJS)
26 @AR@ @ARFLAGS@ $(TARGET) $(OBJS)
27 @RANLIB@ $(TARGET)
28
29clean:
30 -rm -f $(OBJS) $(TARGET)
31
32realclean: distclean
33
34distclean: clean
35 -rm -f *~ core* "\#*\#" *.o *.a Makefile
27 @RANLIB@ $(TARGET)
28
29clean:
30 -rm -f $(OBJS) $(TARGET)
31
32realclean: distclean
33
34distclean: clean
35 -rm -f *~ core* "\#*\#" *.o *.a Makefile