mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:26:20 +00:00
Add .gitattributes and .gitignore files and normalize line endings in the repository (#10)
This commit is contained in:
parent
c609406c2f
commit
9ebf43567d
309 changed files with 66975 additions and 66873 deletions
52
sdk/lib/3rdparty/stlport/Makefile
vendored
52
sdk/lib/3rdparty/stlport/Makefile
vendored
|
@ -1,26 +1,26 @@
|
|||
# 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
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue