You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
731 B

  1. --- a/Makefile.micro
  2. +++ b/Makefile.micro
  3. @@ -22,7 +22,8 @@ O = uav$(_O) udeb$(_O) udoio$(_O) udoop$
  4. uregcomp$(_O) uregexec$(_O) urun$(_O) \
  5. uscope$(_O) usv$(_O) utaint$(_O) utoke$(_O) \
  6. unumeric$(_O) ulocale$(_O) umathoms$(_O) \
  7. - uuniversal$(_O) uutf8$(_O) uutil$(_O) uperlapi$(_O) ukeywords$(_O)
  8. + uuniversal$(_O) uutf8$(_O) uutil$(_O) uperlapi$(_O) ukeywords$(_O) \
  9. + ucaretx$(_O)
  10. microperl: $(O)
  11. $(LD) -o $@ $(O) $(LDFLAGS) $(LIBS)
  12. @@ -178,6 +179,9 @@ uutil$(_O): $(HE) util.c
  13. uperlapi$(_O): $(HE) perlapi.c perlapi.h
  14. $(CC) $(CCFLAGS) -o $@ $(CFLAGS) perlapi.c
  15. +ucaretx$(_O): $(HE) caretx.c
  16. + $(CC) $(CCFLAGS) -o $@ $(CFLAGS) caretx.c
  17. +
  18. uuudmap.h umg_data.h: ubitcount.h
  19. ubitcount.h: ugenerate_uudmap$(_X)