Annotation of driverkit/libDriver/Kernel/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: # Makefile for kernel-specific libDriver subdirectory. This is just used
        !             3: # for installsrc.
        !             4: #
        !             5: # Exported and Private header files are enumerated separately for installation
        !             6: # purposes.
        !             7: #
        !             8: # .c and .m files are enumerated in the common Makefile for build purposes.
        !             9: #
        !            10: PUBLIC_HFILES=
        !            11: PRIVATE_HFILES=        ctype.h \
        !            12:                AudioChannel.h AudioStream.h \
        !            13:                AudioCommand.h InputStream.h OutputStream.h \
        !            14:                audioLog.h audio_msgs.h audio_server.h \
        !            15:                audio_types.h audio_mix.h audio_mulaw.h audio_peak.h \
        !            16:                portFuncs.h snd_reply.h snd_server.h audio_kern_server.h
        !            17: 
        !            18: #
        !            19: # Define where in DSTDIR this source goes.
        !            20: #
        !            21: MACHINE_DIR= Kernel
        !            22: 
        !            23: tags:  always
        !            24:        rm -f tags
        !            25:        ctags *.[hm]
        !            26: 
        !            27: always:
        !            28: 
        !            29: # This does the rest.
        !            30: -include ../../MakefileDir/Makefile.machine_common

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.