    HEADERS = PEX.h PEXprotostr.h PEXproto.h
    INSTALLFLAGS = -m 0444

all:
    @echo "all: skipping extensions/include/PEX"
    
InstallMultiple($(HEADERS),$(INCDIR))

depend:
    @echo "depend: skipping extensions/include/PEX"
    
