summaryrefslogtreecommitdiff
path: root/Build/source/extra/expat/examples/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/extra/expat/examples/Makefile.in')
-rw-r--r--Build/source/extra/expat/examples/Makefile.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/Build/source/extra/expat/examples/Makefile.in b/Build/source/extra/expat/examples/Makefile.in
new file mode 100644
index 00000000000..76a771195a5
--- /dev/null
+++ b/Build/source/extra/expat/examples/Makefile.in
@@ -0,0 +1,29 @@
+################################################################
+# Process this file with top-level configure script to produce Makefile
+#
+# Copyright 2000 Clark Cooper
+#
+# This file is part of EXPAT.
+#
+# EXPAT is free software; you can redistribute it and/or modify it
+# under the terms of the License (based on the MIT/X license) contained
+# in the file COPYING that comes with this distribution.
+#
+# EXPAT IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+# SOFTWARE OR THE USE OR OTHER DEALINGS IN EXPAT.
+#
+
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = -lexpat
+CFLAGS = @CFLAGS@
+
+all: outline
+
+outline: outline.o
+ $(CC) -o outline outline.o $(LDFLAGS) $(LIBS) \ No newline at end of file