root/trunk/src/Makefile.mak
| Revision 2564, 256 bytes (checked in by aj, 3 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | TOPDIR = .. |
| 2 | |
| 3 | !INCLUDE $(TOPDIR)\win32\Make.rules.mak |
| 4 | |
| 5 | SUBDIRS = include common scconf libopensc tests pkcs15init pkcs11 tools |
| 6 | |
| 7 | all:: |
| 8 | |
| 9 | all depend install clean:: |
| 10 | @for %i in ( $(SUBDIRS) ) do \ |
| 11 | @cmd /c "cd %i && $(MAKE) /nologo /f Makefile.mak $@" |
Note: See TracBrowser
for help on using the browser.
