Add .gitattributes and .gitignore files and normalize line endings in the repository...
[reactos.git] / sdk / lib / 3rdparty / stlport / Makefile
index 24631be..61cefb6 100644 (file)
@@ -1,26 +1,26 @@
-# Time-stamp: <08/06/12 14:28:42 ptr>\r
-#\r
-# Copyright (c) 2004-2008\r
-# Petr Ovtchenkov\r
-#\r
-# Licensed under the Academic Free License version 3.0\r
-#\r
-\r
-SRCROOT := build\r
-SUBDIRS := build/lib\r
-\r
-include ${SRCROOT}/Makefiles/gmake/subdirs.mak\r
-\r
-all install depend clean clobber distclean check::\r
-       +$(call doinsubdirs,${SUBDIRS})\r
-\r
-distclean clean depend clobber::\r
-       +$(call doinsubdirs,build/test/unit)\r
-\r
-release-shared install-release-shared:\r
-       +$(call doinsubdirs,${SUBDIRS})\r
-\r
-install::\r
-       ${MAKE} -C build/lib install-headers\r
-\r
-.PHONY: all install depend clean clobber distclean check release-shared install-release-shared\r
+# Time-stamp: <08/06/12 14:28:42 ptr>
+#
+# Copyright (c) 2004-2008
+# Petr Ovtchenkov
+#
+# Licensed under the Academic Free License version 3.0
+#
+
+SRCROOT := build
+SUBDIRS := build/lib
+
+include ${SRCROOT}/Makefiles/gmake/subdirs.mak
+
+all install depend clean clobber distclean check::
+       +$(call doinsubdirs,${SUBDIRS})
+
+distclean clean depend clobber::
+       +$(call doinsubdirs,build/test/unit)
+
+release-shared install-release-shared:
+       +$(call doinsubdirs,${SUBDIRS})
+
+install::
+       ${MAKE} -C build/lib install-headers
+
+.PHONY: all install depend clean clobber distclean check release-shared install-release-shared