mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
d0f4fa8803
ldapcsdk_50_client_branch between ldapcsdk_50_client_base and ldapcsdk_50_client_branch-20020417-pre-trunk-merge.
22 lines
493 B
Makefile
22 lines
493 B
Makefile
MOD_DEPTH = .
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
|
|
include $(MOD_DEPTH)/config/autoconf.mk
|
|
|
|
DIRS = config ldap
|
|
|
|
DIST_GARBAGE = config.cache config.log config.status
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
# dummy target to allow platforms without a compiler-based depend (like GCC
|
|
# has) to call "make depend" here and not fail, at the cost of actual
|
|
# dependencies on such builds possibly being incorrect. A nasty hack, but
|
|
# this build system is going away soon.
|
|
#
|
|
depend:
|
|
|
|
FORCE:
|
|
|