Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/GreenCard/Makefile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


include Makefile.inc

EXCLUDE_THISLIB_HS = yes
THISLIB = GreenCard
SEARCH	= -P$(LOW) -P../PreludeIO

SRCS	= 


# Here are the main rules.
include ../Makefile.common


# Here are some extra rules.
extra: ${OBJDIR}/${THISLIB}.$O
extracfiles: ${THISLIB}.$C
cleanExtraC:
	rm -f ${THISLIB}.$C

${OBJDIR}/${THISLIB}.$O: ${THISLIB}.gc
	$(HC) -c $(LIB_FLAGS) $(EXTRA_H_FLAGS) -o $@ $<
${THISLIB}.$C : ${THISLIB}.gc
	$(HC) -C $(LIB_FLAGS) $(EXTRA_H_FLAGS) $<


# Here are the dependencies.

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.