Sha256: eb4eaa420544fc60ded3576331ab4d3bf1af035b107a5032f75c1ac1abb39cab
Contents?: true
Size: 285 Bytes
Versions: 1
Compression:
Stored size: 285 Bytes
Contents
# # Makefile for u (GNU make) # PP = ../../.. include $(PP)/Makefile.include ifeq ("$(OS)", "CYGWIN_NT") VPATH = $(PP)/kernel/common/st/os_nt else VPATH = $(PP)/kernel/common/st/os_other endif OBJS = stacktrace$(OBJ_EXT) stacktrfmt$(OBJ_EXT) include $(PP)/Makefile.pseudolib
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sedna-0.6.0 | vendor/sedna/kernel/common/st/Makefile |