Project name is "DP" (Dummy Project)

DP_src.f90 -- original fortran source (in general, multiple .f90 source files)

fwrap_ktp_header.h -- header for type info, generated by config phase
fwrap_ktp_mod.f90  -- module for type info, ...
fwrap_ktp.pxd      -- pxd for type info,    ...

DP_fc.f90 -- Fortran -> C wrapper (hence _fc suffix)
DP_fc.h   -- Header for above
DP_fc.pxd -- pxd for above
DP.pxd    -- pxd for cython source file
DP.pyx    -- cython source file for extension module

setup.py  -- setup.py file for creating extension module.

fwrap_setup.py  -- contains custom fwrap_build_ext command class and
                   FwrapExtension class (not necessary in every project file)
Makefile
